home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: Bill Symmes <71046.623@CompuServe.COM>
- Newsgroups: comp.lang.c
- Subject: Re: Newbie question: Is this code OK?
- Date: 19 Jan 1996 14:42:07 GMT
- Organization: CompuServe, Inc. (1-800-689-0736)
- Message-ID: <4doajv$ov0$2@mhafn.production.compuserve.com>
- References: <4dmebk$foq@pegasus.interpac.net>
-
- Why not just
-
- while (*string)
- if (isspace(*string++)
- numwords++;
-
- --
- Bill Symmes P*ROM Software Inc
- 71046.623@compuserve.com +1 802 862-7500
- +1 802 862-8357 (Fax)
- Burlington VT 05406-4027
-